[INFO] fetching crate linear-deque 0.1.2...
[INFO] testing linear-deque-0.1.2 against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065-1
[INFO] extracting crate linear-deque 0.1.2 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate linear-deque 0.1.2
[INFO] finished tweaking crates.io crate linear-deque 0.1.2
[INFO] tweaked toml for crates.io crate linear-deque 0.1.2 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate linear-deque 0.1.2 on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 93451ec5294e8f226f1ff7ec7f33b70dddc0dbef828ba3597f099a11ae4b27a8
[INFO] running `Command { std: "docker" "start" "-a" "93451ec5294e8f226f1ff7ec7f33b70dddc0dbef828ba3597f099a11ae4b27a8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "93451ec5294e8f226f1ff7ec7f33b70dddc0dbef828ba3597f099a11ae4b27a8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "93451ec5294e8f226f1ff7ec7f33b70dddc0dbef828ba3597f099a11ae4b27a8", kill_on_drop: false }`
[INFO] [stdout] 93451ec5294e8f226f1ff7ec7f33b70dddc0dbef828ba3597f099a11ae4b27a8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 42cdd849f578f70441e0ed70fe272cd86543a5c6525f8f6895326fba79605b4b
[INFO] running `Command { std: "docker" "start" "-a" "42cdd849f578f70441e0ed70fe272cd86543a5c6525f8f6895326fba79605b4b", kill_on_drop: false }`
[INFO] [stderr]    Compiling linear-deque v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:429:21
[INFO] [stdout]     |
[INFO] [stdout] 429 |     pub fn drain<R>(&mut self, range: R) -> Drain<T>
[INFO] [stdout]     |                     ^^^^^^^^^               ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 429 |     pub fn drain<R>(&mut self, range: R) -> Drain<'_, T>
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.23s
[INFO] running `Command { std: "docker" "inspect" "42cdd849f578f70441e0ed70fe272cd86543a5c6525f8f6895326fba79605b4b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "42cdd849f578f70441e0ed70fe272cd86543a5c6525f8f6895326fba79605b4b", kill_on_drop: false }`
[INFO] [stdout] 42cdd849f578f70441e0ed70fe272cd86543a5c6525f8f6895326fba79605b4b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a6f3aee98df60c2ba663280cb3a9313b8afad86a87657fd5812958a8ad2cb31d
[INFO] running `Command { std: "docker" "start" "-a" "a6f3aee98df60c2ba663280cb3a9313b8afad86a87657fd5812958a8ad2cb31d", kill_on_drop: false }`
[INFO] [stderr]    Compiling linear-deque v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:429:21
[INFO] [stdout]     |
[INFO] [stdout] 429 |     pub fn drain<R>(&mut self, range: R) -> Drain<T>
[INFO] [stdout]     |                     ^^^^^^^^^               ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 429 |     pub fn drain<R>(&mut self, range: R) -> Drain<'_, T>
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:429:21
[INFO] [stdout]     |
[INFO] [stdout] 429 |     pub fn drain<R>(&mut self, range: R) -> Drain<T>
[INFO] [stdout]     |                     ^^^^^^^^^               ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 429 |     pub fn drain<R>(&mut self, range: R) -> Drain<'_, T>
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.60s
[INFO] running `Command { std: "docker" "inspect" "a6f3aee98df60c2ba663280cb3a9313b8afad86a87657fd5812958a8ad2cb31d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a6f3aee98df60c2ba663280cb3a9313b8afad86a87657fd5812958a8ad2cb31d", kill_on_drop: false }`
[INFO] [stdout] a6f3aee98df60c2ba663280cb3a9313b8afad86a87657fd5812958a8ad2cb31d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 415300779c4d81287f6c6bc8ac87a847e8d0fbceb3f432b2a3f53be8239f1671
[INFO] running `Command { std: "docker" "start" "-a" "415300779c4d81287f6c6bc8ac87a847e8d0fbceb3f432b2a3f53be8239f1671", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:429:21
[INFO] [stderr]     |
[INFO] [stderr] 429 |     pub fn drain<R>(&mut self, range: R) -> Drain<T>
[INFO] [stderr]     |                     ^^^^^^^^^               ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 429 |     pub fn drain<R>(&mut self, range: R) -> Drain<'_, T>
[INFO] [stderr]     |                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: `linear-deque` (lib) generated 1 warning (run `cargo fix --lib -p linear-deque` to apply 1 suggestion)
[INFO] [stderr] warning: `linear-deque` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/linear_deque-55ee0cb7916230c9)
[INFO] [stdout] 
[INFO] [stdout] running 92 tests
[INFO] [stdout] test tests::back_zst ... ok
[INFO] [stdout] test tests::clear_zst ... ok
[INFO] [stdout] test tests::clone ... ok
[INFO] [stdout] test tests::deref_non_empty ... ok
[INFO] [stdout] test tests::deref_empty ... ok
[INFO] [stdout] test tests::clear ... ok
[INFO] [stdout] test tests::drain_all ... ok
[INFO] [stdout] test tests::drain_end ... ok
[INFO] [stdout] test tests::deref_zst ... ok
[INFO] [stdout] test tests::drain_near_end ... ok
[INFO] [stdout] test tests::drain_not_fully_consumed ... ok
[INFO] [stdout] test tests::drain_near_start ... ok
[INFO] [stdout] test tests::drain_nothing ... ok
[INFO] [stdout] test tests::drain_zst ... ok
[INFO] [stdout] test tests::drain_start ... ok
[INFO] [stdout] test tests::ensure_reserved_back_space_doing_nothing_1 ... ok
[INFO] [stdout] test tests::ensure_reserved_back_space_doing_nothing_2 ... ok
[INFO] [stdout] test tests::ensure_reserved_back_space_moving_2 ... ok
[INFO] [stdout] test tests::ensure_reserved_back_space_reallocating_2 ... ok
[INFO] [stdout] test tests::ensure_reserved_back_space_reallocating_1 ... ok
[INFO] [stdout] test tests::ensure_reserved_front_space_doing_nothing_1 ... ok
[INFO] [stdout] test tests::ensure_reserved_front_space_moving_1 ... ok
[INFO] [stdout] test tests::ensure_reserved_front_space_moving_2 ... ok
[INFO] [stdout] test tests::ensure_reserved_front_space_reallocating_1 ... ok
[INFO] [stdout] test tests::eq ... ok
[INFO] [stdout] test tests::ensure_reserved_front_space_reallocating_2 ... ok
[INFO] [stdout] test tests::extend_at_back ... ok
[INFO] [stdout] test tests::ensure_reserved_front_space_doing_nothing_2 ... ok
[INFO] [stdout] test tests::extend_at_back_zst ... ok
[INFO] [stdout] test tests::from_iter_zst ... ok
[INFO] [stdout] test tests::front_zst ... ok
[INFO] [stdout] test tests::hash ... ok
[INFO] [stdout] test tests::pop_front ... ok
[INFO] [stdout] test tests::extend_at_front_zst ... ok
[INFO] [stdout] test tests::ensure_reserved_back_space_moving_1 ... ok
[INFO] [stdout] test tests::extend_at_front ... ok
[INFO] [stdout] test tests::insert_near_front ... ok
[INFO] [stdout] test tests::push_back_zst ... ok
[INFO] [stdout] test tests::push_front ... ok
[INFO] [stdout] test tests::into_iter ... ok
[INFO] [stdout] test tests::into_iter_double_ended ... ok
[INFO] [stdout] test tests::into_iter_mixed ... ok
[INFO] [stdout] test tests::insert_near_back ... ok
[INFO] [stdout] test tests::into_iter_zst ... ok
[INFO] [stdout] test tests::from_iter ... ok
[INFO] [stdout] test tests::new_zst ... ok
[INFO] [stdout] test tests::pop_front_zst ... ok
[INFO] [stdout] test tests::pop_back_zst ... ok
[INFO] [stdout] test tests::resize_at_back_with_smaller ... ok
[INFO] [stdout] test tests::pop_back ... ok
[INFO] [stdout] test tests::push_front_zst ... ok
[INFO] [stdout] test tests::insert_zst ... ok
[INFO] [stdout] test tests::resize_at_back_with_zst ... ok
[INFO] [stdout] test tests::read ... ok
[INFO] [stdout] test tests::remove_near_back ... ok
[INFO] [stdout] test tests::remove_near_front ... ok
[INFO] [stdout] test tests::remove_zst ... ok
[INFO] [stdout] test tests::reserved_back_space ... ok
[INFO] [stdout] test tests::reserved_back_space_zst ... ok
[INFO] [stdout] test tests::reserved_front_space_zst ... ok
[INFO] [stdout] test tests::resize_at_back_larger ... ok
[INFO] [stdout] test tests::resize_at_back_smaller ... ok
[INFO] [stdout] test tests::resize_at_back_with_larger ... ok
[INFO] [stdout] test tests::push_back ... ok
[INFO] [stdout] test tests::resize_at_back_zst ... ok
[INFO] [stdout] test tests::resize_at_front_smaller ... ok
[INFO] [stdout] test tests::reserved_front_space ... ok
[INFO] [stdout] test tests::resize_at_front_larger ... ok
[INFO] [stdout] test tests::resize_at_front_zst ... ok
[INFO] [stdout] test tests::resize_at_front_with_larger ... ok
[INFO] [stdout] test tests::retain_mut ... ok
[INFO] [stdout] test tests::retain_mut_zst ... ok
[INFO] [stdout] test tests::retain_mut_drop_all ... ok
[INFO] [stdout] test tests::set_reserved_space_exactly_growing ... ok
[INFO] [stdout] test tests::set_reserved_space_exactly_shrinking ... ok
[INFO] [stdout] test tests::set_reserved_space_growing ... ok
[INFO] [stdout] test tests::set_reserved_space_keeping ... ok
[INFO] [stdout] test tests::set_reserved_space_not_growing ... ok
[INFO] [stdout] test tests::resize_at_front_with_smaller ... ok
[INFO] [stdout] test tests::retain_mut_drop_none ... ok
[INFO] [stdout] test tests::set_reserved_space_shrinking ... ok
[INFO] [stdout] test tests::set_reserved_space_not_shrinking ... ok
[INFO] [stdout] test tests::set_reserved_space_zst ... ok
[INFO] [stdout] test tests::retain ... ok
[INFO] [stdout] test tests::truncate_at_front_zst ... ok
[INFO] [stdout] test tests::truncate_at_front ... ok
[INFO] [stdout] test tests::resize_at_front_with_zst ... ok
[INFO] [stdout] test tests::truncate_at_back ... ok
[INFO] [stdout] test tests::truncate_at_back_zst ... ok
[INFO] [stdout] test tests::with_reserved_space ... ok
[INFO] [stdout] test tests::with_reserved_space_zst ... ok
[INFO] [stdout] test tests::write ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 92 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests linear_deque
[INFO] [stdout] 
[INFO] [stdout] running 30 tests
[INFO] [stdout] test src/lib.rs - LinearDeque<T>::drain (line 417) ... ok
[INFO] [stdout] test src/lib.rs - LinearDeque<T>::clear (line 797) ... ok
[INFO] [stdout] test src/lib.rs - LinearDeque (line 53) ... ok
[INFO] [stdout] test src/lib.rs - LinearDeque<T>::pop_front (line 254) ... ok
[INFO] [stdout] test src/lib.rs - LinearDeque<T>::front_mut (line 145) ... ok
[INFO] [stdout] test src/lib.rs - LinearDeque<T>::back (line 168) ... ok
[INFO] [stdout] test src/lib.rs - LinearDeque<T>::extend_at_back (line 518) ... ok
[INFO] [stdout] test src/lib.rs - LinearDeque<T>::pop_back (line 280) ... ok
[INFO] [stdout] test src/lib.rs - LinearDeque<T>::new (line 84) ... ok
[INFO] [stdout] test src/lib.rs - LinearDeque<T>::back_mut (line 187) ... ok
[INFO] [stdout] test src/lib.rs - LinearDeque<T>::front (line 126) ... ok
[INFO] [stdout] test src/lib.rs - LinearDeque<T>::extend_at_front (line 490) ... ok
[INFO] [stdout] test src/lib.rs - LinearDeque<T>::remove (line 364) ... ok
[INFO] [stdout] test src/lib.rs - LinearDeque<T>::push_back (line 232) ... ok
[INFO] [stdout] test src/lib.rs - LinearDeque<T>::from (line 1168) ... ok
[INFO] [stdout] test src/lib.rs - LinearDeque<T>::push_front (line 209) ... ok
[INFO] [stdout] test src/lib.rs - LinearDeque<T>::insert (line 313) ... ok
[INFO] [stdout] test src/lib.rs - LinearDeque<T>::reserved_front_space (line 950) ... ok
[INFO] [stdout] test src/lib.rs - LinearDeque<T>::resize_at_back (line 1034) ... ok
[INFO] [stdout] test src/lib.rs - LinearDeque<T>::resize_at_front_with (line 556) ... ok
[INFO] [stdout] test src/lib.rs - LinearDeque<T>::reserved_back_space (line 969) ... ok
[INFO] [stdout] test src/lib.rs - LinearDeque<T>::resize_at_front (line 1002) ... ok
[INFO] [stdout] test src/lib.rs - LinearDeque<T>::retain_mut (line 678) ... ok
[INFO] [stdout] test src/lib.rs - LinearDeque<T>::with_reserved_space (line 97) ... ok
[INFO] [stdout] test src/lib.rs - LinearDeque<T>::resize_at_back_with (line 599) ... ok
[INFO] [stdout] test src/lib.rs - LinearDeque<T>::truncate_at_front (line 727) ... ok
[INFO] [stdout] test src/lib.rs - LinearDeque<T>::truncate_at_back (line 758) ... ok
[INFO] [stdout] test src/lib.rs - LinearDeque<T>::retain (line 642) ... ok
[INFO] [stdout] test src/lib.rs - LinearDeque<T>::set_reserved_space (line 816) ... ok
[INFO] [stdout] test src/lib.rs - LinearDeque<T>::retain (line 653) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.08s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "415300779c4d81287f6c6bc8ac87a847e8d0fbceb3f432b2a3f53be8239f1671", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "415300779c4d81287f6c6bc8ac87a847e8d0fbceb3f432b2a3f53be8239f1671", kill_on_drop: false }`
[INFO] [stdout] 415300779c4d81287f6c6bc8ac87a847e8d0fbceb3f432b2a3f53be8239f1671
